-
Notifications
You must be signed in to change notification settings - Fork 448
[node] - Node 18 EOL changes #1349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
test/node/install_additional_node.sh
Outdated
@@ -6,7 +6,7 @@ set -e | |||
source dev-container-features-test-lib | |||
|
|||
# 'lts' is now some version of node 20... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
@@ -6,7 +6,7 @@ set -e | |||
source dev-container-features-test-lib | |||
|
|||
# 'lts' is now some version of node 20... | |||
check "version_on_path" node -v | grep 20 | |||
check "version_on_path" node -v | grep 22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
@@ -6,7 +6,7 @@ set -e | |||
source dev-container-features-test-lib | |||
|
|||
# 'lts' is now some version of node 20... | |||
check "version_on_path" node -v | grep 20 | |||
check "version_on_path" node -v | grep 22 | |||
check "pnpm" bash -c "pnpm -v | grep 6.16.0" | |||
|
|||
check "v20_installed" ls -1 /usr/local/share/nvm/versions/node | grep 20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we support 14 still?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
Ref: devcontainers/images#90
Description: Node 18 EOL on Apr 30th 2025 for the node devcontainer feature.
Changelog:
Checklist: